Welcome![Sign In][Sign Up]
Location:
Search - p2p algorithm

Search list

[P2PAvPhoneControls2.2.0patchdungeoncrackerz

Description: 来源于网上的C++技术开发的P2P客户端语音通讯代码,为国外开源代码, 可用来学习掌握C++的P2P语音通讯算法。来源于网上公开资料,供学习使用。-From online C++ Technology development of P2P voice communication client code, for foreign open-source code, can be used to study and master the C++ The P2P voice communications algorithm. Disclosure of information from the Internet for learning to use.
Platform: | Size: 5120 | Author: 飞行猫 | Hits:

[P2Psupern0.9

Description: 用P2P技术实现的一个VOIP应用,用到了Kademlia这一DHT算法-Using P2P technology to achieve a VOIP application, uses the DHT algorithm Kademlia
Platform: | Size: 303104 | Author: 陈辉 | Hits:

[P2Pkernel-aodv_v2.2.2

Description: 基于P2P的Ad hoc网络的按需路由AODV算法实现-Based on the P2P network of the Ad hoc on-demand routing algorithm AODV
Platform: | Size: 236544 | Author: 刘沙 | Hits:

[Software EngineeringP2P_query_arithmetic

Description: 查询扩展是解决信息获取领域中用词歧义性问题的关键技术,并被广泛应用于搜索引擎中,获得了巨 大的成功.然而,由于P2P(peer-to-peer)系统是一个分散的、动态的系统,在P2P 环境下进行有效的查询扩展具有 一定的挑战性.首先,利用查询与文档的关联关系构建了LEM(local expansion method)查询扩展方法 然后,基于 查询与文档用词的直接关联,提出了HEM(history_based expansion method)查询扩展方法.在此基础上,提出了一 种基于查询扩展的混合P2P 环境下的搜索算法.实验及分析结果表明,查询扩展及其搜索算法能够极大地提高 搜索的效果.-Query expansion is the area of information acquisition to resolve ambiguity in the wording of the key technologies, and widely used search engine, was a great success. However, as P2P (peer-to-peer) system is a decentralized, dynamic system, in the P2P environment for effective query expansion has certain challenges. First of all, the use of query and document relationship built LEM (local expansion method) and then query expansion method, based on the query terms and documents directly related to, put forward the HEM (history_based expansion method) methods of query expansion. On this basis, we proposed a query expansion based on a hybrid P2P search algorithm environment. Experiment and analysis results show that query expansion and its search algorithm can greatly improve the search results.
Platform: | Size: 180224 | Author: YouToo22 | Hits:

[P2Pp2p_c

Description: 基于P2P的文件上传下载代码,还包含文件压缩解压算法,C语言代码。-Based on P2P document upload downloading code, but also included file compression decompression algorithm, C language code.
Platform: | Size: 712704 | Author: Jedai | Hits:

[P2Presearch_on_collaborative_p2p_system_in_jxta

Description: 针对目前分布式协同设计软件的特点,本文提出了一种基于jxta协同设计p2p模型"介绍了该模型的总体结构和节点结构、组通信的算法和相应的通信协议的设计、户和系统的双向认证机制"该系统具有高效、分散、安全和健壮等特点"最后以协同绘图作为实例验证了系统的正确性和实用性。-Distributed Collaborative Design view of the current features of the software, this paper, a p2p-based collaborative design model jxta " describes the overall structure of the model and node structures, group communication algorithm and the corresponding communication protocol design, households and two-way system Authentication mechanism " of the system is an efficient, decentralized, and robust security features such as" Finally, collaborative mapping system as an example to verify the correctness and practicality.
Platform: | Size: 266240 | Author: leilei | Hits:

[Program docCAN.ratnasamy01

Description: 一种重要的P2P路由算法CAN,学习和研究对等网络的路由机制的非常有用的参考资料-An important P2P routing algorithm CAN, study and research on the network routing mechanisms such as a very useful reference for
Platform: | Size: 136192 | Author: ting | Hits:

[Industry researchTheEigenTrustAlgorithmforReputationManagementinp2p

Description: p2p网络研究的最新进展文章,很有水平的文章-The EigenTrust Algorithm for Reputation Management in p2p network
Platform: | Size: 163840 | Author: 润峰 | Hits:

[P2PAntColony

Description: 计算机工程;人工智能及识别技术,基于蚁群算法非结构化的P2P搜索机制-Computer Engineering artificial intelligence and recognition technology, based on ant colony algorithm search mechanism in unstructured P2P
Platform: | Size: 294912 | Author: 梅林海 | Hits:

[Crack Hackchat1

Description: 使用DES加密算法对聊天内容进行加密的P2P聊天软件-Use DES encryption algorithm encrypt to chat content of P2P chat software
Platform: | Size: 2259968 | Author: huangjinli | Hits:

[P2Pchord

Description: 基于p2p的chord的算法介绍与实现 在才环境下运行-The chord-based p2p introduction and implementation of the algorithm was run under the
Platform: | Size: 90112 | Author: fanhao | Hits:

[P2PP2Pfiletracnce

Description: 在P2P技术的应用过程中,需要考虑的问题甚多,包括网络中共享文件的发现机制,数据传输的完整性和传输过程中的效率和安全性问题,还包括网络中节点的负载均衡问题等等。本文主要完成了下面几个工作:1)采用基于超节点的混合型P2P网络拓扑结构,列出常见的资源定位搜索算法,进行比较,并选择Chord算法作为本系统资源定位搜索算法的基础,做出改进。 2)设计系统框架。将P2P应用系统的结构分为拥有设置和显示功能的用户应用层,拥有文件共享机制和节点发现及超节点选择机制的通知层和拥有文件上传和下载功能的网络传输层。从功能上大致描述了各个层的设计思想。 3)根据设计的文件传输系统的体系框架,对使用到的关键技术的详细设计和实现做出说明,包括系统结构中超级节点的选择,节点问网络的连接以及文件在节点问的传输,并附带部分代码展示了关键技术的实现细节。-P2P technology in the process, many issues to be considered, including network discovery mechanism to share files, data integrity and transmission efficiency and security issues, including network load balancing node problems and so on. In this paper, following the completion of several tasks: 1) based on super-node hybrid P2P network topology, list the common resource locator search algorithm to compare and select the Chord algorithm as the system resource locator search algorithm based, do the improvements. 2) design system framework. P2P applications will have structured into the settings and display the user application layer, with file-sharing mechanism and super-node discovery and selection mechanism to inform the node layer and has a file upload and download functions of the network transport layer. From the general description of each functional layer design. 3) file transfer system according to the design of the system framework, the use of key technologies to achieve the
Platform: | Size: 4616192 | Author: alphadyp | Hits:

[Windows DevelopDDHT_Search_aH

Description: 一篇关于p2p中DHT搜索算法法的文章,分析的很透彻 -An article on p2p DHT search algorithm method, the analysis of very thorough
Platform: | Size: 146432 | Author: lxiao | Hits:

[P2Pmychord

Description: 关于p2p网络编程的chord的其中一个算法-One algorithm on p2p network programming chord
Platform: | Size: 1609728 | Author: 俞佳振 | Hits:

[Internet-Networkchord

Description: 对p2p网络中chod算法改进的实现, 能够有效提高基于关键字的资源查询效率-improvement of the chod algorithm
Platform: | Size: 82944 | Author: xiao | Hits:

[Internet-Networkflooding

Description: 基于Gnutella协议的P2P网络路由搜索算法Light_Flooding的源代码-agreement based on the Gnutella P2P network routing algorithm Light_Floodi Vi source code
Platform: | Size: 9216 | Author: 监控键盘 | Hits:

[Otherchord-0.1

Description: 麻省理工最新版本chord实现代码 github打包下载 分布式系统及P2P中使用的chord算法源码 P2P四大算法之一 -MIT latest version of the package to download chord implementation code github and P2P distributed systems used in the four chord algorithm source P2P algorithms
Platform: | Size: 6356992 | Author: xunmi | Hits:

[P2PCopy_of_p2pnew

Description: 该文件为P2P在流言算法和普通算法之下的性能比较的程序,并且利用GUI设计使得两种算法的对比很容易看出-The file is in the rumor P2P algorithms and general algorithm performance comparison under the procedures and the use of two algorithms GUI design makes it easy to see the contrast
Platform: | Size: 24576 | Author: Lawliet | Hits:

[Windows MobileAnyChatCoreSDK_Web_V1.8

Description: 支持中心服务器录像,音视频录像文件服务器集中保存(可选模块); 支持瑞芯微(RockChip)全系列硬件编解码,实现高清视频通话; 优化P2P算法,提升复杂网络环境下音视频体验; 优化服务器对UDP数据包的处理效率,提高流媒体数据的吞吐量; 修正Logout之后,上层还会收到OnLinkClose异步事件的Bug; 增加AnyChat Server SDK for Java示例程序,可用Java开发业务服务器; 新增Android 4.2平台支持,并兼容更多Android设备- Support Center server video, audio and video file servers centrally stored (optional module) Support Rockchip (RockChip) a full range of hardware codec, high definition video calls P2P optimization algorithm, a complex network environment to enhance audio and video experience Optimize server processing efficiency of UDP packets to improve the throughput of streaming data After correction Logout, upper Bug OnLinkClose will receive asynchronous events Increase AnyChat Server SDK for Java sample programs that can be used to develop Java business server New Android 4.2 platform support, and is compatible with more Android devices
Platform: | Size: 8228864 | Author: 林煜宇 | Hits:

[JSPduo5weidu

Description: java多维度P2P网络任务分配算法研究,帮助P2P网络研究者快速入门-Java multi-dimensional research task allocation algorithm of P2P network, P2P network help quick start
Platform: | Size: 358400 | Author: cgv | Hits:
« 1 2 34 »

CodeBus www.codebus.net